projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c58fa1
)
Remove \= from format string (bug#18190)
author
Andreas Schwab
<schwab@linux-m68k.org>
Sat, 30 Apr 2016 10:16:55 +0000
(12:16 +0200)
committer
Andreas Schwab
<schwab@linux-m68k.org>
Sat, 30 Apr 2016 10:19:15 +0000
(12:19 +0200)
* lisp/emacs-lisp/eieio.el (defclass): Remove \= from format
string.
lisp/emacs-lisp/eieio.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eieio.el
b/lisp/emacs-lisp/eieio.el
index 772ebd900de2e24e9d2b0959f5e67340b956eedf..51a6f7bc206761bcfbfccf22347691b83df52bd1 100644
(file)
--- a/
lisp/emacs-lisp/eieio.el
+++ b/
lisp/emacs-lisp/eieio.el
@@
-235,7
+235,7
@@
This method is obsolete."
(let ((f (intern (format "%s-child-p" name))))
`((defalias ',f ',testsym2)
(make-obsolete
- ',f ,(format "use (cl-typep ...
\\=
'%s) instead" name)
+ ',f ,(format "use (cl-typep ... '%s) instead" name)
"25.1"))))
;; When using typep, (typep OBJ 'myclass) returns t for objects which